home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1996 November / Electronic Clipper 1996 November.iso / ideasrc / main.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1996-10-11  |  115 b   |  7 lines

  1. on mouseDown
  2.   pressit(45, 10)
  3.   if (the frame > 1) and (the frame < 10) then
  4.     puppetSound("help")
  5.   end if
  6. end
  7.